home *** CD-ROM | disk | FTP | other *** search
- global imageOrder, downloadList
-
- on prepareMovie me
- clearGlobals()
- set the floatPrecision to 1
- imageOrder = []
- repeat with x = 1 to member("captions").text.line.count
- imageOrder.add(member("captions").text.word[x])
- end repeat
- downloadList = []
- end
-